Create Quiz
POST Create Quiz
Method: POST
URL: undefined
Authentication
bearer <token anda>
Header
| Key | Value |
|---|---|
| x-api-key | 1234 |
| x-locale | id |
Request Body (Json)
{
"title": "Introduction to AI Quiz",
"webinar_id": 2024,
"chapter_id": 52,
"pass_mark": 80,
"attempt": 3,
"time": 60,
"active": true,
"certificate": false
}